运输服务

运输服务

GET/v1/open-api/user/shipping-services

请求头部

标签必填说明
Api-KeyApi Key,请登录系统,在我的个人资料中找到
Api-SecretApi Secret,请登录系统,在我的个人资料中找到
curl -X GET  \
  'https://api.sandbox.shipber.com/v1/open-api/user/shipping-services' \
  -H 'Content-Type:application/x-www-form-urlencoded' \
  -H 'Api-Key:2cn1wgmfidytin3jef3b' \
  -H 'Api-Secret:qRBYybjRch7BdTxO5NTyGUd6mBvowNbsjahnAnpdI-BXc5sCrRt15XGr-hc9oY7C'
{
    "data": [{
        "carrier": "ups",
        "code": "ups_ground",
        "addresses": [{
            "nick_name": "Repository1",
            "city": "Kansas City",
            "name": "Test Company",
            "addresses": ["6925 Riverview Ave"],
            "telephone": "0123456789",
            "postal_code": "66102",
            "country_code": "US",
            "is_residential": false,
            "state_province_code": "KS"
        }],
        "name": "UPS® Ground"
    }]
}

ON THIS PAGE